Microsoft® Script Debugger Edit Menu |
| Home |
|
Reverses the last editing action in an Edit window, such as typing text or pasting text. For text edits, you can use Undo and Redo to restore up to 20 edits. You should be aware that some large edits can cause low memory conditions that could prevent an Undo action.Keyboard shortcut: CTRL+Z or ALT+BACKSPACE
Restores the last text editing in an Edit window if no other actions have occurred since the last Undo.Keyboard shortcut: CTRL+Y
Removes the selected text in an Edit window and places it on the Clipboard. You must select at least one character or control for this command to be available.Toolbar shortcut:
Keyboard shortcut: CTRL+X or SHIFT+DELETE
Copies selected text in an Edit window and places it on the Clipboard. You must select at least one character or control for this command to be available.Toolbar button:
Keyboard shortcut: CTRL+C or CTRL+INSERT
Inserts the contents of the Clipboard at the current location in an Edit window. Text is placed at the insertion point.Toolbar button:
Keyboard shortcut: CTRL+V or SHIFT+INSERT
Deletes the selected text from an Edit window.Keyboard shortcut: DELETE
Selects all of the text in the active Code or Edit window. When text is selected in a Code window, any subsequent action on the selected text, such as Delete, Cut, or Copy, opens an Edit window with the same text selected. Any editing must be done in Edit window.Keyboard shortcut: CTRL+A
Searches for the specified text in a search range specified in the Find dialog box.If a search is successful, the Find dialog box closes and the located text is selected. If no match is found, a message is displayed stating that the text was not found.
Toolbar button:
Keyboard shortcut: CTRL+F
Finds and selects the next occurrence of the text specified in the Find What box of the Find dialog box.Keyboard shortcut: F3
Finds and selects the previous occurrence of the text specified in the Find What box of the Find dialog box.Keyboard shortcut: SHIFT+F3
Searches code in the project for the specified text and replaces it with the new text specified in the Replace dialog box.Keyboard shortcut: CTRL+H